home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Precision Software Appli…tions Silver Collection 4
/
Precision Software Applications Silver Collection Volume 4 (1993).iso
/
stats
/
chadyn.exe
/
LORENZ.DD
< prev
next >
Wrap
Text File
|
1988-09-08
|
896b
|
13 lines
/* This file is for having the Lorenz system's trajectories
plotted against time */
L /* Code for the Lorenz system */
COORDS 3 0 /* Indicates we will change the coordinates to be plotted
Coordinate 3 is time t (horizontal axis), 0 is x(t) (vertical) */
STEP 0.005 /* Set differential equation time step size at:0.005 */
XS 0 60 /* Set horizontal coordinate to run from 0 to 60. */
YS -22 22 /* Set vertical coordinate to run from -22 to +22 */
connect /* connect the dots of the trajectory */
fileend After this command the program stops looking at the file
so comments here do not need /* */